//==============================================================================
// Hoplite_Anim.txt
//==============================================================================

//==============================================================================
define Sword
{
   SetSelector
   {
		set hotspot
		{
			version
			{
                         Visual Greek Spear
			}
		}
	}
}

//==============================================================================
define javelin
{
   SetSelector
   {
		set hotspot
		{
			version
			{
				Visual Attachments A Javelin
			}
		}
	}
}

//==============================================================================
define shield
{
   SetSelector
   {
		set hotspot
		{
			version
			{
				Visual Cohort Shield
				ReplaceTexture Infantry X Trident Soldier Shield Iron/Peditata Shield
			}
		}
	}
}


//==============================================================================
define Head
{
   SetSelector
   {
      set hotspot
      {
         version
         {
            Visual Infantry G Hypaspist Head Standard
		ReplaceTexture Infantry G Hypaspist Head Standard/infantry x vigiles head standard
         }
      }
   }
}

//==============================================================================
anim Bored
{
	SetSelector
	{
		SetSelector
		{
			set hotspot
			{
				version
				{
					Visual Infantry G Hoplite_BoredA
					connect RightHand Sword hotspot
					connect LeftForearm shield hotspot
					Connect TopOfHead Head hotspot
					ReplaceTexture Infantry G Hoplite Standard/infantry x vigiles standard
					ReplaceTexture spartan cape/vigiles cape
				}
			}
		}
	}
}


//==============================================================================
anim Idle
{
	SetSelector
	{
		SetSelector
		{
			set hotspot
			{
				version
				{
					Visual Infantry G Hoplite_IdleA
					connect RightHand Sword hotspot
					connect LeftForearm shield hotspot
					Connect TopOfHead Head hotspot
					ReplaceTexture Infantry G Hoplite Standard/infantry x vigiles standard
					ReplaceTexture spartan cape/vigiles cape
				}
			}
		}
	}
}

//==============================================================================
anim Walk
{
	SetSelector
	{
		SetSelector
		{
			set hotspot
			{
				version
				{
					Visual Infantry G Hoplite_walkA
//-- auto generated by the bang animation tool
//-- do not hand edit these values
               tag FootstepLeft 0.00 true   
               tag FootstepRight 0.50 true   
//-- end auto generated section
					connect RightHand Sword hotspot
					connect LeftForearm shield hotspot
					Connect TopOfHead Head hotspot
					ReplaceTexture Infantry G Hoplite Standard/infantry x vigiles standard
					ReplaceTexture spartan cape/vigiles cape
				}
			}
		}
	}
}

//==============================================================================
anim Attack
{
	SetSelector
	{
		SetSelector
		{
			set hotspot
			{
				version
				{
					Visual Infantry G Hoplite_AttackA
//-- auto generated by the bang animation tool
//-- do not hand edit these values
               tag Attack 0.49 true   
               tag GenericSound 0.40 true   
//-- end auto generated section
					connect RightHand Sword hotspot
					connect LeftForearm shield hotspot
					Connect TopOfHead Head hotspot
					ReplaceTexture Infantry G Hoplite Standard/infantry x vigiles standard
					ReplaceTexture spartan cape/vigiles cape
				}
			}
		}
	}
}

//==============================================================================
anim Death
{
   SetSelector
   {
      set hotspot
      {
         version
         {
				Visual Infantry G Hoplite_DeathA
				connect RightHand Sword hotspot
				connect LeftForearm shield hotspot
				Connect TopOfHead Head hotspot
					ReplaceTexture Infantry G Hoplite Standard/infantry x vigiles standard
					ReplaceTexture spartan cape/vigiles cape
         }
      }
   }
}


//==============================================================================
anim Flail
{
   SetSelector
   {
      set hotspot
      {
         version
         {
				Visual Infantry G Hoplite_FlailA
				connect RightHand Sword hotspot
				connect LeftForearm shield hotspot
				Connect TopOfHead Head hotspot
					ReplaceTexture Infantry G Hoplite Standard/infantry x vigiles standard
					ReplaceTexture spartan cape/vigiles cape
         }
      }
   }
}

